home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q109 / 6 / 94.TXT < prev    next >
Text File  |  1994-01-18  |  4KB  |  108 lines

  1. DOCUMENT:Q109694  10-JAN-1994  [W_NT]
  2. TITLE   :Using PRINSTA.EXE with Windows NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. The LAN Manager utility PRINTSTA.EXE, that ships with the Microsoft Client
  19. Pack, will allow a LAN Manager workstation to share a local parallel
  20. printer. Microsoft LAN Manager 2.x Compatible Workstations can connect to a
  21. PRINSTA.EXE print server with the NET USE command.
  22.  
  23. MORE INFORMATION
  24. =================
  25.  
  26. To connect to a workstation running PRINTSTA.EXE from a Microsoft LAN
  27. Manager 2.x Compatible Workstation, use the following syntax:
  28.  
  29.    NET USE <Redirected Port:> \\<Workstation Name>\<Share Name>
  30.  
  31. For example:
  32.  
  33.    NET USE LPT1: \\PSERVER\LPT
  34.  
  35. If a Windows NT workstation needs to access a PRINTSTA.EXE print server,
  36. use the following steps:
  37.  
  38. 1. Connect to the PRINTSTA.EXE print share from a Windows NT command
  39.    prompt.
  40.  
  41. 2. Create a printer in Windows NT Print Manager that uses the redirected
  42.    port.
  43.  
  44. The command line options for setting up a PRINTSTA.EXE print server are:
  45.  
  46. Usage        PrintSta [options]
  47. --------------------------------------------------------------------------
  48.  
  49. /A:n         - Auto-disconnect time in minutes, 0-1440; 0=never.
  50.  
  51. /B:n         - Maximum number of network buffers, 2-20.
  52.  
  53. /C:n         - Maximum number of remote connections, from 1-20.
  54.  
  55. /D           - Remove LAN Manager Print Station.
  56.  
  57. /E           - Enable network popups. (Not available for non-spooling.)
  58.  
  59. /F:n         - Maximum number of spooler files, from 1-10; 0=no spooling.
  60.  
  61. /I:n         - Timer loop iterations, from 1-255.
  62.  
  63. /K:n         - Kill printer job. n = job number from print manager.
  64.  
  65. /L:n         - Parallel printer port, from 1-3.
  66.  
  67. /M:n         - Cache memory per spool file, in bytes, from 128-4096.
  68.  
  69. /N:name      - Provide exclusive access for name. Up to 15 characters.
  70.  
  71. /O:n         - Number of characters to output to printer on each pass.
  72.  
  73. /P:password  - Queue password. Up to 15 characters.
  74.  
  75. /Q           - Hold/Release print queue.
  76.  
  77. /R:n         - Printer retry interval, in seconds, from 1-255.
  78.  
  79. /S           - Turn separator pages on.
  80.  
  81. /T:n         - Timer priority, from 1-255; 1=highest.
  82.  
  83. /W:path      - Absolute path to working directory.
  84.  
  85. Default: /A:0 /B:5 /C:5 /E /F:5 /I:1 /L:1 /M:128 /O:32 /R:5 /T:10
  86.  
  87. Additional information on performance tuning, known problems, and usage is
  88. available in Knowledge Base articles Q99531, Q96596, Q97749, and Q93440.
  89.  
  90. Additional reference words: 3.10
  91. KBCategory:
  92. KBSubCategory: pertune
  93.  
  94. =============================================================================
  95.  
  96. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  97. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  98. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  99. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  100. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  101. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  102. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  103. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  104. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  105. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  106. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  107.  
  108. Copyright Microsoft Corporation 1994.